Skip to content

Ensure remove apt-update cache at the beginning and end of the scripts - #210

Merged
joshspicer merged 2 commits into
devcontainers:mainfrom
eitsupi:remove-cache
Oct 10, 2022
Merged

Ensure remove apt-update cache at the beginning and end of the scripts#210
joshspicer merged 2 commits into
devcontainers:mainfrom
eitsupi:remove-cache

Conversation

@eitsupi

@eitsupi eitsupi commented Oct 9, 2022

Copy link
Copy Markdown
Contributor

Fix #191

This PR re-implement the mechanism to skip apt-get update if it is already cached.
Deleting the cache at the beginning as well as at the end of a script avoids old caches.

I thought I checked all the scripts, but I could be missing something!

@eitsupi
eitsupi requested a review from a team as a code owner October 9, 2022 09:43
@Jonesboroww

Copy link
Copy Markdown

Fix #191

This PR re-implement the mechanism to skip apt-get update if it is already cached. Deleting the cache at the beginning as well as at the end of a script avoids old caches.

I thought I checked all the scripts, but I could be missing something!

@Jonesboroww

Copy link
Copy Markdown

gh pr checkout 210

@joshspicer joshspicer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you eitsupi! Much appreciated :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove apt lists (/var/lib/apt/lists/*) the end of each scripts?

3 participants